home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / quiz.dxr / 00062.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  257 b   |  12 lines

  1. on playSound whichChannel, whichFile
  2.   sound playFile whichChannel, whichFile
  3.   if not soundBusy(whichChannel) then
  4.     alert("Sound file '" & whichFile & "' not found!")
  5.   end if
  6. end
  7.  
  8. on startMovie
  9.   global gSoundPlayedOnce
  10.   set gSoundPlayedOnce to 1
  11. end
  12.